home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / INCLUDES / 3DCOTYPE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  905 b   |  26 lines

  1. /* $Id: 3DCOTYPE.H 1.8 1996/06/05 16:51:09 psq-pc Exp $ */
  2. /*****************************************************************************\
  3. *                                                                             *
  4. * 3DCoType.h -     3D COM base types definition                                            *
  5. *                                                                             *
  6. *           Copyright (c) 1995, Ray Dream, Inc. All rights reserved.          *
  7. *                                                                             *
  8. \*****************************************************************************/
  9.  
  10. #ifndef __3DCOTYPE__
  11. #define __3DCOTYPE__
  12.  
  13. #ifndef _COMPOBJ_H_
  14. #include "RCompobj.h"
  15. #endif
  16.  
  17. #ifndef __3DBSTYPE__
  18. #include "3DBSType.h"
  19. #endif
  20.  
  21. #ifndef IDTYPE
  22. #define IDTYPE(x,y,z,t) ((long)((((long)x)<<24)|(((long)y)<<16)|(((long)z)<<8)|((long)t)))
  23. #endif
  24.  
  25. #endif
  26.